Robotiq::SerialConfig Struct
Serial link parameters, fixed at construction of a Serial implementation.
Included Headers
#include <serial_config.hpp>
Members
| Public Member Attributes | |
| std::string | port |
| uint32_t | baudrate = 115200 |
|
Wire baud rate. More... | |
| std::chrono::milliseconds | timeout {500} |
|
Per-transaction timeout for blocking reads and writes. More... | |
| int | latencyTimerMs = 1 |
|
FTDI latency_timer enforced on open (Linux sysfs only; 0 disables). More... | |
Public Member Attributes
baudrate
|
Wire baud rate.
Must match the gripper's persisted setting (factory default 115200).
latencyTimerMs
|
FTDI latency_timer enforced on open (Linux sysfs only; 0 disables).
The kernel default of 16 ms silently triples Modbus cycle latency.
port
|
Serial port name.
"/dev/ttyUSB0" (Linux), "/dev/tty.usbserial-XXXX" (macOS), "COM3" (Windows).
timeout
|
Per-transaction timeout for blocking reads and writes.
The documentation for this struct was generated from the following file:
- serial_config.hpp
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.